Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mapping file provider in case of legacy Variant API #265

Merged

Conversation

0xnm
Copy link
Member

@0xnm 0xnm commented May 29, 2024

What does this PR do?

This PR makes to use Variant.mappingFileProvider in case of legacy API usage. This brings more reliable way to get a mapping file.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm 0xnm requested review from a team as code owners May 29, 2024 15:33
@codecov-commenter
Copy link

codecov-commenter commented May 29, 2024

Codecov Report

Attention: Patch coverage is 87.09677% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 78.16%. Comparing base (70ba81c) to head (03f0863).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #265      +/-   ##
=============================================
- Coverage      78.25%   78.16%   -0.10%     
- Complexity       249      250       +1     
=============================================
  Files             31       31              
  Lines            892      911      +19     
  Branches         114      114              
=============================================
+ Hits             698      712      +14     
- Misses           144      147       +3     
- Partials          50       52       +2     
Files Coverage Δ
...com/datadog/gradle/plugin/DdAndroidGradlePlugin.kt 71.34% <100.00%> (+1.09%) ⬆️
...atadog/gradle/plugin/internal/CurrentAgpVersion.kt 50.00% <100.00%> (+16.67%) ⬆️
...tadog/gradle/plugin/internal/variant/AppVariant.kt 0.00% <ø> (ø)
...gradle/plugin/internal/variant/NewApiAppVariant.kt 56.67% <ø> (-3.33%) ⬇️
...dle/plugin/internal/variant/LegacyApiAppVariant.kt 60.71% <77.78%> (+4.62%) ⬆️

... and 1 file with indirect coverage changes

Base automatically changed from nogorodnikov/rum-592/support-new-variant-api to develop May 30, 2024 08:34
@0xnm 0xnm merged commit ed9c4e6 into develop May 30, 2024
12 checks passed
@0xnm 0xnm deleted the nogorodnikov/use-mapping-file-provider-for-legacy-variant-api branch May 30, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants